home *** CD-ROM | disk | FTP | other *** search
/ Dangerous Digital Movies: Omake Photos 200 / Dangerous Digital Moves: Omake Photos 200.iso / pc / mmd / opening.dxr / 00058.ls < prev    next >
Encoding:
Text File  |  1996-08-27  |  172 b   |  11 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     unloadMember(member "OPSD1")
  6.     puppetSound("OPSD2")
  7.     updateStage()
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.